FileDocCategorySizeDatePackage
DataVerify.javaAPI DocAndroid 5.1 API3293Thu Mar 12 22:22:42 GMT 2015com.android.smspush.unitTests

DataVerify

public class DataVerify extends android.app.Service
To verify that receiver application receives correct body data.

Fields Summary
private static final String
LOG_TAG
private static final int
TIME_WAIT
private static final int
WAIT_COUNT
private static byte[]
mLastReceivedPdu
private static boolean
sDataSet
private final IDataVerifyStub
binder
Constructors Summary
public DataVerify()
Constructor


          
      
    
Methods Summary
public static voidSetLastReceivedPdu(byte[] pdu)
Receiver application must call this method when it receives the wap push message

        mLastReceivedPdu = pdu;
        sDataSet = true;
    
public android.os.IBinderonBind(android.content.Intent arg0)

        return binder;