HomeSort by relevance Sort by last modified time
    Searched refs:mClientGeneration (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 65 private int mClientGeneration;
272 if (mClientGeneration == msg.arg1) {
278 if (mClientGeneration == msg.arg1) updateMetadata((Bundle) msg.obj);
282 if (mClientGeneration == msg.arg1) updateTransportControls(msg.arg2);
286 if (mClientGeneration == msg.arg1) {
292 mClientGeneration = msg.arg1;
641 mAudioManager.setRemoteControlClientPlaybackPosition(mClientGeneration,
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 117 protected int mClientGeneration;
273 if (DEBUGXPORT && (mClientGeneration != clientGeneration || clearing)) {
276 mClientGeneration = clientGeneration;
    [all...]

Completed in 83 milliseconds