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

  /frameworks/base/core/java/android/content/
IIntentReceiver.aidl 31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser);
IntentSender.java 118 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 348 int sendingUser = getSendingUserId();
349 if (sendingUser == UserHandle.USER_ALL) {
355 AppWidgetServiceImpl service = mAppWidgetServices.get(sendingUser);
  /frameworks/base/core/java/android/app/
IApplicationThread.java 70 int sendingUser, int processState) throws RemoteException;
113 boolean sticky, int sendingUser, int processState) throws RemoteException;
LoadedApk.java 684 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
693 ordered, sticky, sendingUser);
729 boolean ordered, boolean sticky, int sendingUser) {
732 ordered, sticky, mIIntentReceiver.asBinder(), sendingUser);
    [all...]
ApplicationThreadNative.java 198 int sendingUser = data.readInt();
201 resultExtras, sync, sendingUser, processState);
392 int sendingUser = data.readInt();
395 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
802 Bundle map, boolean sync, int sendingUser, int processState) throws RemoteException {
812 data.writeInt(sendingUser);
    [all...]
PendingIntent.java 179 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
    [all...]
ActivityThread.java 344 boolean ordered, boolean sticky, IBinder token, int sendingUser) {
346 token, sendingUser);
655 boolean sync, int sendingUser, int processState) {
658 sync, false, mAppThread.asBinder(), sendingUser);
821 boolean sticky, int sendingUser, int processState) throws RemoteException {
824 sticky, sendingUser);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java 414 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
420 data, extras, ordered, sticky, sendingUser, app.repProcState);
423 sticky, sendingUser);
    [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 3303 milliseconds