HomeSort by relevance Sort by last modified time
    Searched defs:SIDE_CHANNEL_BIND_FLAGS (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v4/ics/android/support/v4/app/
NotificationManagerCompatIceCreamSandwich.java 22 static final int SIDE_CHANNEL_BIND_FLAGS = Service.BIND_AUTO_CREATE
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 85 private static final int SIDE_CHANNEL_BIND_FLAGS;
160 return NotificationManagerCompatIceCreamSandwich.SIDE_CHANNEL_BIND_FLAGS;
172 SIDE_CHANNEL_BIND_FLAGS = IMPL.getSideChannelBindFlags();
438 record.bound = mContext.bindService(intent, this, SIDE_CHANNEL_BIND_FLAGS);
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 1358 milliseconds