Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java984 FutureServiceConnection service_connection = new FutureServiceConnection(); in bindServiceConnection() local
985 assertTrue(mContext.bindService(intent, service_connection, Context.BIND_AUTO_CREATE)); in bindServiceConnection()
991 return service_connection; in bindServiceConnection()