Home
last modified time | relevance | path

Searched refs:REPLY_STATUS_NONE (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/StartInfoApp/src/com/android/cts/startinfoapp/
DApiTestActivity.java75 private static final int REPLY_STATUS_NONE = -1; field in ApiTestActivity
149 reply(REPLY_STATUS_NONE); in addTimestamp()
243 if (status != REPLY_STATUS_NONE) { in reply()
/cts/tests/app/AppStartTest/src/android/app/cts/
DActivityManagerAppStartInfoTest.java85 private static final int REPLY_STATUS_NONE = -1; field in ActivityManagerAppStartInfoTest
360 int status = extras.getInt(REPLY_EXTRA_STATUS_KEY, REPLY_STATUS_NONE); in testTriggerListeners()
389 int status = extras.getInt(REPLY_EXTRA_STATUS_KEY, REPLY_STATUS_NONE); in testTriggerMultipleListeners()
395 status = extras.getInt(REPLY_EXTRA_STATUS_KEY, REPLY_STATUS_NONE); in testTriggerMultipleListeners()
425 int status = extras.getInt(REPLY_EXTRA_STATUS_KEY, REPLY_STATUS_NONE); in testRemoveListener()