Searched refs:EXTRA_PAYLOAD (Results 1 – 1 of 1) 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()