Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java223 private FutureServiceConnection mTrampolineConnection; field in NotificationManagerTest
313 if (mTrampolineConnection != null) { in tearDown()
314 mContext.unbindService(mTrampolineConnection); in tearDown()
315 mTrampolineConnection = null; in tearDown()
944 if (mTrampolineConnection == null) { in sendTrampolineMessage()
947 mTrampolineConnection = new FutureServiceConnection(); in sendTrampolineMessage()
949 mContext.bindService(intent, mTrampolineConnection, Context.BIND_AUTO_CREATE)); in sendTrampolineMessage()
951 Messenger service = new Messenger(mTrampolineConnection.get(TIMEOUT_MS)); in sendTrampolineMessage()