Home
last modified time | relevance | path

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

/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DRemotePlayer.java53 private RemotePlaybackClient mClient; field in RemotePlayer
99 return mClient.isQueuingSupported(); in isQueuingSupported()
105 mClient = new RemotePlaybackClient(mContext, route); in connect()
106 mClient.setStatusCallback(mStatusCallback); in connect()
110 + ", isRemotePlaybackSupported: " + mClient.isRemotePlaybackSupported() in connect()
111 + ", isQueuingSupported: "+ mClient.isQueuingSupported()); in connect()
117 mClient.release(); in release()
130 mClient.play(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() { in play()
163 if (!mClient.hasSession() || item.getRemoteItemId() == null) { in getStatus()
172 mClient.getStatus(item.getRemoteItemId(), null, new ItemActionCallback() { in getStatus()
[all …]
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DRemotePlayer.java55 private RemotePlaybackClient mClient; field in RemotePlayer
101 return mClient.isQueuingSupported(); in isQueuingSupported()
107 mClient = new RemotePlaybackClient(mContext, route); in connect()
108 mClient.setStatusCallback(mStatusCallback); in connect()
112 + ", isRemotePlaybackSupported: " + mClient.isRemotePlaybackSupported() in connect()
113 + ", isQueuingSupported: "+ mClient.isQueuingSupported()); in connect()
119 mClient.release(); in release()
132 mClient.play(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() { in play()
163 if (!mClient.hasSession() || item.getRemoteItemId() == null) { in getStatus()
172 mClient.getStatus(item.getRemoteItemId(), null, new ItemActionCallback() { in getStatus()
[all …]
/development/samples/Vault/tests/src/com/example/android/vault/
DVaultProviderTest.java36 private ContentProviderClient mClient; field in VaultProviderTest
43 mClient = getContext().getContentResolver().acquireContentProviderClient(AUTHORITY); in setUp()
44 mProvider = (VaultProvider) mClient.getLocalContentProvider(); in setUp()
52 mClient.release(); in tearDown()
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java98 private Messenger mClient; field in BluetoothHDPService
108 mClient = msg.replyTo; in handleMessage()
112 mClient = null; in handleMessage()
267 if (mClient == null) { in sendMessage()
273 mClient.send(Message.obtain(null, what, value, 0)); in sendMessage()
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...