HomeSort by relevance Sort by last modified time
    Searched refs:Binder (Results 51 - 75 of 236) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/base/services/java/com/android/server/dreams/
DreamController.java 23 import android.os.Binder;
97 public void startDream(Binder token, ComponentName name, boolean isTest, int userId) {
209 void onDreamStopped(Binder token);
213 public final Binder mToken;
223 public DreamRecord(Binder token, ComponentName name,
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 35 import android.os.Binder;
83 long origId = Binder.clearCallingIdentity();
89 Binder.restoreCallingIdentity(origId);
243 userHandle = ActivityManager.handleIncomingUser(Binder.getCallingPid(),
244 Binder.getCallingUid(), userHandle, true, false, "getAssistIntent", null);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 21 import android.os.Binder;
150 long token = Binder.clearCallingIdentity();
157 Binder.restoreCallingIdentity(token);
193 long token = Binder.clearCallingIdentity();
197 Binder.restoreCallingIdentity(token);
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 19 import android.os.Binder;
109 * and should not be used anymore. This is so we can pass this to a Binder
129 Binder retriever = new Binder() {
  /frameworks/base/core/java/android/os/
Looper.java 120 Binder.clearCallingIdentity();
121 final long ident = Binder.clearCallingIdentity();
145 final long newIdent = Binder.clearCallingIdentity();
UpdateLock.java 77 mToken = new Binder();
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 20 import android.os.Binder;
259 Binder token = new Binder();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 23 import android.os.Binder;
230 + Binder.getCallingPid()
231 + ", uid=" + Binder.getCallingUid());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 21 import android.os.Binder;
94 Binder.getCallingUid());
122 Binder.getCallingUid());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 21 import android.os.Binder;
96 Binder.getCallingUid());
124 Binder.getCallingUid());
  /frameworks/base/core/java/android/app/
StatusBarManager.java 21 import android.os.Binder;
68 private IBinder mToken = new Binder();
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 19 import android.os.Binder;
33 public static abstract class Stub extends Binder implements IMountServiceListener {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalService.java 21 import android.os.Binder;
29 private final IBinder mBinder = new Binder() {
  /frameworks/base/services/java/com/android/server/
CertBlacklister.java 22 import android.os.Binder;
37 public class CertBlacklister extends Binder {
DiskStatsService.java 20 import android.os.Binder;
36 public class DiskStatsService extends Binder {
SamplingProfilerService.java 22 import android.os.Binder;
36 public class SamplingProfilerService extends Binder {
LocationManagerService.java 47 import android.os.Binder;
693 IBinder binder = listener.asBinder(); local
694 Receiver receiver = mReceivers.get(binder);
698 long identity = Binder.clearCallingIdentity();
700 Binder.restoreCallingIdentity(identity);
1186 IBinder binder = listener.asBinder(); local
    [all...]
UiModeManagerService.java 35 import android.os.Binder;
184 @Override // Binder call
186 final long ident = Binder.clearCallingIdentity();
195 Binder.restoreCallingIdentity(ident);
199 @Override // Binder call
201 final long ident = Binder.clearCallingIdentity();
210 Binder.restoreCallingIdentity(ident);
214 @Override // Binder call
216 final long ident = Binder.clearCallingIdentity();
222 Binder.restoreCallingIdentity(ident)
    [all...]
CommonTimeManagementService.java 33 import android.os.Binder;
48 class CommonTimeManagementService extends Binder {
190 "pid=%d, uid=%d", Binder.getCallingPid(), Binder.getCallingUid()));
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 27 import android.os.Binder;
61 IBinder token = new Binder();
  /packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java 23 import android.os.Binder;
66 public class LocalBinder extends Binder {
176 // end up requiring support for a remote binder, we will need to
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 21 import android.os.Binder;
170 * In <= Android 4.2 (<= API 17) can be called on main and service binder threads.
310 * Called on a service binder thread.
360 * Called on a service binder thread.
789 * Binder returned from {@code #onBind(Intent)}. The methods in this class can be
802 Binder.getCallingUid(), Binder.getCallingPid(), params, text);
820 Binder.getCallingUid(), Binder.getCallingPid(), params, text,
832 Binder.getCallingUid(), Binder.getCallingPid(), params, audioUri)
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 47 import android.os.Binder;
366 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
375 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
405 return (OWN_PROCESS_ID != Binder.getCallingPid());
497 Slog.i(LOG_TAG, "Added global connection for pid:" + Binder.getCallingPid()
508 Slog.i(LOG_TAG, "Added user connection for pid:" + Binder.getCallingPid()
528 Slog.i(LOG_TAG, "Removed global connection for pid:" + Binder.getCallingPid()
541 Slog.i(LOG_TAG, "Removed user connection for pid:" + Binder.getCallingPid()
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 21 import android.os.Binder;
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 99 import android.os.Binder;
337 public class PendingActivityExtras extends Binder implements Runnable {
    [all...]

Completed in 522 milliseconds

1 23 4 5 6 7 8 910