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

  /frameworks/base/services/usb/java/com/android/server/usb/
MtpNotificationManager.java 34 import com.android.internal.messages.nano.SystemMessageProto.SystemMessage;
105 Integer.toString(device.getDeviceId()), SystemMessage.NOTE_USB_MTP_TAP,
111 Integer.toString(deviceId), SystemMessage.NOTE_USB_MTP_TAP);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 46 import com.android.internal.messages.nano.SystemMessageProto.SystemMessage;
93 mNotificationManager.cancelAsUser(fsUuid, SystemMessage.NOTE_STORAGE_PRIVATE,
122 mNotificationManager.cancelAsUser(null, SystemMessage.NOTE_STORAGE_MOVE,
199 mNotificationManager.cancelAsUser(fsUuid, SystemMessage.NOTE_STORAGE_PRIVATE,
224 mNotificationManager.notifyAsUser(fsUuid, SystemMessage.NOTE_STORAGE_PRIVATE,
252 mNotificationManager.notifyAsUser(disk.getId(), SystemMessage.NOTE_STORAGE_DISK,
257 mNotificationManager.cancelAsUser(disk.getId(), SystemMessage.NOTE_STORAGE_DISK,
268 mNotificationManager.cancelAsUser(disk.getId(), SystemMessage.NOTE_STORAGE_DISK,
325 mNotificationManager.notifyAsUser(vol.getId(), SystemMessage.NOTE_STORAGE_PUBLIC,
328 mNotificationManager.cancelAsUser(vol.getId(), SystemMessage.NOTE_STORAGE_PUBLIC
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginManagerImpl.java 45 import com.android.internal.messages.nano.SystemMessageProto.SystemMessage;
215 SystemMessage.NOTE_PLUGIN);
246 SystemMessage.NOTE_PLUGIN, nb.build(), UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 46 import com.android.internal.messages.nano.SystemMessageProto.SystemMessage;
500 mNotifManager.notifyAsUser(uuid.toString(), SystemMessage.NOTE_LOW_STORAGE,
503 mNotifManager.cancelAsUser(uuid.toString(), SystemMessage.NOTE_LOW_STORAGE,
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 96 import com.android.internal.messages.nano.SystemMessageProto.SystemMessage;
    [all...]

Completed in 626 milliseconds