Searched refs:EXTRA_COOKIE (Results 1 – 2 of 2) sorted by relevance
51 private static final String EXTRA_COOKIE = "cookie"; field in SimpleService4159 if (intent.hasExtra(EXTRA_COOKIE)) { in setCookieIfNeeded()160 byte[] cookie = intent.getByteArrayExtra(EXTRA_COOKIE); in setCookieIfNeeded()
93 private static final String EXTRA_COOKIE = "cookie"; field in ActivityManagerAppExitInfoTest319 intent.putExtra(EXTRA_COOKIE, cookie); in startService()