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

  /frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java 24 import android.os.IBinder;
25 import android.os.IBinder.DeathRecipient;
77 * Implement to validate returned IBinder instance.
80 IInterface asInterface(IBinder binder);
201 public void onServiceConnected(ComponentName componentName, IBinder iBinder) {
216 iBinder.linkToDeath(mDeathRecipient, 0);
217 mBoundInterface = mChecker.asInterface(iBinder);
  /frameworks/base/core/java/android/net/
NetworkScoreManager.java 26 import android.os.IBinder;
132 IBinder iBinder = ServiceManager.getService(Context.NETWORK_SCORE_SERVICE);
133 mService = INetworkScoreService.Stub.asInterface(iBinder);
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 33 import android.os.IBinder;
398 handleServiceConnected(event.componentName, event.iBinder);
418 private void handleServiceConnected(ComponentName componentName, IBinder iBinder) {
421 record.service = INotificationSideChannel.Stub.asInterface(iBinder);
442 public void onServiceConnected(ComponentName componentName, IBinder iBinder) {
447 new ServiceConnectedEvent(componentName, iBinder))
629 final IBinder iBinder;
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 27 import android.os.IBinder;
632 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
633 if (iBinder == null) {
636 service = IAccessibilityManager.Stub.asInterface(iBinder);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileLifecycleManager.java 31 import android.os.IBinder;
54 IQSTileService, ServiceConnection, IBinder.DeathRecipient {
75 private final IBinder mToken = new Binder();
80 private IBinder mClickBinder;
171 public void onServiceConnected(ComponentName name, IBinder service) {
382 public void onClick(IBinder iBinder) {
383 if (DEBUG) Log.d(TAG, "onClick " + iBinder + " " + mUser);
384 if (mWrapper == null || !mWrapper.onClick(iBinder)) {
385 mClickBinder = iBinder;
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 95 import android.os.IBinder;
170 IBinder b = ServiceManager.getService(Context.ACCOUNT_SERVICE);
186 IBinder b = ServiceManager.getService(Context.ALARM_SERVICE);
216 IBinder b = ServiceManager.getService(Context.HDMI_CONTROL_SERVICE);
237 IBinder b = ServiceManager.getService(Context.CONNECTIVITY_SERVICE);
246 IBinder b = ServiceManager.getService(Context.COUNTRY_DETECTOR);
282 IBinder b = ServiceManager.getService(Context.DROPBOX_SERVICE);
340 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
372 IBinder b = ServiceManager.getService(Context.NSD_SERVICE);
381 IBinder b = ServiceManager.getService(Context.POWER_SERVICE)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 24 import android.os.IBinder;
95 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
96 mManagerService = IAccessibilityManager.Stub.asInterface(iBinder);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileLifecycleManagerTests.java 27 import android.os.IBinder;
257 public IBinder onBind(Intent intent) {
280 public void onClick(IBinder iBinder) throws RemoteException {
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 89 import android.os.IBinder;
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 310 milliseconds