Searched refs:EXTRA_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
52 static final String EXTRA_PAYLOAD = "PAYLOAD"; field in MockListener100 bundle.putStringArrayList(EXTRA_PAYLOAD, mPosted); in onCreate()112 bundle.putStringArrayList(EXTRA_PAYLOAD, mOrder); in onCreate()122 bundle.putStringArrayList(EXTRA_PAYLOAD, payloadData); in onCreate()128 bundle.putStringArrayList(EXTRA_PAYLOAD, mRemoved); in onCreate()324 accept(getResultExtras(true).getStringArrayList(EXTRA_PAYLOAD)); in onReceive()
47 static final String EXTRA_PAYLOAD = "PAYLOAD"; field in MockConditionProvider80 bundle.putParcelableArrayList(EXTRA_PAYLOAD, mSubscriptions); in onCreate()176 accept(getResultExtras(true).getParcelableArrayList(EXTRA_PAYLOAD)); in onReceive()