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.java224 private FutureServiceConnection mTrampolineConnection; field in NotificationManagerTest
314 if (mTrampolineConnection != null) { in tearDown()
315 mContext.unbindService(mTrampolineConnection); in tearDown()
316 mTrampolineConnection = null; in tearDown()
945 if (mTrampolineConnection == null) { in sendTrampolineMessage()
948 mTrampolineConnection = new FutureServiceConnection(); in sendTrampolineMessage()
950 mContext.bindService(intent, mTrampolineConnection, Context.BIND_AUTO_CREATE)); in sendTrampolineMessage()
952 Messenger service = new Messenger(mTrampolineConnection.get(TIMEOUT_MS)); in sendTrampolineMessage()