Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextTest.java165 private ServiceConnection mContentUriServiceConnection; field in ContextTest
1720 mContext.unbindService(mContentUriServiceConnection); in testCheckContentUriPermissionFull_withGrantsAndGeneralAccess()
1725 mContentUriServiceConnection = new ServiceConnection() { in setUpContentUriTestServiceConnection()
1739 assertTrue(mContext.bindService(intent, mContentUriServiceConnection, in setUpContentUriTestServiceConnection()