Searched refs:STORAGE (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/cmds/statsd/src/ |
D | FieldValue.cpp | 170 case STORAGE: in Value() 190 case STORAGE: in toString() 209 case STORAGE: in isZero() 230 case STORAGE: in operator ==() 250 case STORAGE: in operator !=() 271 case STORAGE: in operator <() 292 case STORAGE: in operator >() 313 case STORAGE: in operator >=() 331 if (type == STORAGE) { in operator -() 373 case STORAGE: in operator =() [all …]
|
D | FieldValue.h | 35 enum Type { UNKNOWN, INT, LONG, FLOAT, DOUBLE, STRING, STORAGE }; enumerator 298 type = STORAGE; in Value()
|
D | stats_log_util.cpp | 374 case STORAGE: in writeFieldValueTreeToStreamHelper()
|
/frameworks/base/libs/services/src/os/ |
D | StatsLogEventWrapper.cpp | 113 case StatsLogValue::STORAGE: in readFromParcel() 115 mElements.back().setType(StatsLogValue::STORAGE); in readFromParcel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 36 public static String STORAGE = "DSK"; field in NotificationChannels 65 STORAGE, in createAll()
|
/frameworks/base/libs/services/include/android/os/ |
D | StatsLogEventWrapper.h | 41 STORAGE = 6 enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 209 new Notification.Builder(mContext, NotificationChannels.STORAGE) in updateMissingPrivateVolumes() 239 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onDiskScannedInternal() 489 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveProgress() 540 new Notification.Builder(mContext, NotificationChannels.STORAGE) in onMoveFinished() 576 new Notification.Builder(mContext, NotificationChannels.STORAGE) in buildNotificationBuilder()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 58 NotificationChannels.STORAGE, in testChannelSetup()
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
D | StorageController.java | 178 final long mToken = proto.start(StateControllerProto.STORAGE); in dumpControllerStateLocked()
|
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.cpp | 101 case android::os::StatsLogValue::STATS_LOG_VALUE_TYPE::STORAGE: in LogEvent()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1321 final long storageToken = p.start(GlobalSettingsProto.STORAGE); in dumpProtoGlobalSettingsLocked()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 188 field public static final java.lang.String STORAGE = "android.permission-group.STORAGE";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 184 field public static final String STORAGE = "android.permission-group.STORAGE";
|
/frameworks/base/api/ |
D | current.txt | 184 field public static final String STORAGE = "android.permission-group.STORAGE";
|