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

  /frameworks/base/core/java/com/android/internal/widget/
TransportControlView.java 76 private PendingIntent mClientIntent;
125 mClientIntent = (PendingIntent) msg.obj;
450 if (mClientIntent == null) {
456 // media button event receiver, which is the component of mClientIntent
461 mClientIntent.send(getContext(), 0, intent);
471 mClientIntent.send(getContext(), 0, intent);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardTransportControlView.java 72 private PendingIntent mClientIntent;
114 mClientIntent = (PendingIntent) msg.obj;
409 if (mClientIntent == null) {
415 // media button event receiver, which is the component of mClientIntent
420 mClientIntent.send(getContext(), 0, intent);
430 mClientIntent.send(getContext(), 0, intent);

Completed in 77 milliseconds