Searched defs:ACTION_BIND_SIDE_CHANNEL (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java69 public static final String ACTION_BIND_SIDE_CHANNEL = field in class:NotificationManagerCompat
390 new Intent().setAction(ACTION_BIND_SIDE_CHANNEL), PackageManager.GET_SERVICES);
437 Intent intent = new Intent(ACTION_BIND_SIDE_CHANNEL).setComponent(record.componentName);

Completed in 97 milliseconds