/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpManagerPhone.java | 200 boolean shouldSwallowClick(@NonNull String key) { in shouldSwallowClick() 312 public void addSwipedOutNotification(@NonNull String key) { in addSwipedOutNotification() 316 public boolean removeNotification(@NonNull String key, boolean releaseImmediately, in removeNotification() 388 private HeadsUpEntryPhone getHeadsUpEntryPhone(@NonNull String key) { in getHeadsUpEntryPhone() 398 public boolean canRemoveImmediately(@NonNull String key) { in canRemoveImmediately()
|
/aosp14/system/core/init/ |
H A D | keychords_test.cpp | 219 void TestFrame::SetChord(int key, bool value) { in SetChord() 227 for (auto& key : chord) SetChord(key, value); in SetChords() local 231 void TestFrame::ClrChord(int key) { in ClrChord() 308 TEST(keychords, key) { in TEST() argument 326 for (auto& key : triple1_chord) { in TEST() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/ |
H A D | PersistableBundleUtils.java | 159 final String key = String.format(LIST_KEY_FORMAT, i); in fromList() local 180 final String key = String.format(LIST_KEY_FORMAT, i); in toList() local 293 final K key = keyDeserializer.fromPersistableBundle(keyBundle); in toMap() local 543 public int getInt(String key, int defaultValue) { in getInt() 556 public int[] getIntArray(@Nullable String key, @Nullable int[] defaultValue) { in getIntArray()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationShellCmd.java | 329 final String key = getNextArgRequired(); in onCommand() local 344 final String key = nr.getKey(); in onCommand() local 356 String key = getNextArgRequired(); in onCommand() local 378 String key = getNextArg(); in onCommand() local 703 private void waitForSnooze(ShellNls nls, String key) { in waitForSnooze()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastConstants.java | 376 private @NonNull String propertyFor(@NonNull String key) { in propertyFor() 385 private @NonNull String propertyOverrideFor(@NonNull String key) { in propertyOverrideFor() 389 private boolean getDeviceConfigBoolean(@NonNull String key, boolean def) { in getDeviceConfigBoolean() 394 private int getDeviceConfigInt(@NonNull String key, int def) { in getDeviceConfigInt() 399 private long getDeviceConfigLong(@NonNull String key, long def) { in getDeviceConfigLong()
|
/aosp12/art/test/922-properties/ |
H A D | properties.cc | 58 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring key) { in Java_art_Test922_getSystemProperty() 78 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring key, jstring value) { in Java_art_Test922_setSystemProperty()
|
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | KeyStore.java | 79 public byte[] get(String key) { in get() 85 public boolean delete(String key) { in delete()
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | AccountTypePolicyKey.java | 54 public AccountTypePolicyKey(@NonNull String key, @NonNull String accountType) { in AccountTypePolicyKey() 67 public AccountTypePolicyKey(String key) { in AccountTypePolicyKey()
|
H A D | PackagePolicyKey.java | 55 public PackagePolicyKey(@NonNull String key, @NonNull String packageName) { in PackagePolicyKey() 68 public PackagePolicyKey(String key) { in PackagePolicyKey()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | ManagedProfilePasswordCache.java | 87 SecretKey key; in storePassword() local 130 Key key; in retrievePassword() local
|
H A D | LockSettingsStrongAuth.java | 165 int key = mStrongAuthForUser.keyAt(i); in handleAddStrongAuthTracker() local 175 int key = mIsNonStrongBiometricAllowedForUser.keyAt(i); in handleAddStrongAuthTracker() local 193 int key = mStrongAuthForUser.keyAt(i); in handleRequireStrongAuth() local 215 int key = mStrongAuthForUser.keyAt(i); in handleNoLongerRequireStrongAuth() local 360 int key = mIsNonStrongBiometricAllowedForUser.keyAt(i); in setIsNonStrongBiometricAllowed() local 641 final int key = mStrongAuthForUser.keyAt(i); in dump() local 651 final int key = mIsNonStrongBiometricAllowedForUser.keyAt(i); in dump() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 1095 public void expandStackAndSelectBubbleFromLauncher(String key, int bubbleBarOffsetX, in expandStackAndSelectBubbleFromLauncher() 1151 String key = entry.getKey(); in expandStackAndSelectBubble() local 1291 public void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId() 1448 public void removeBubble(String key, int reason) { in removeBubble() 1509 String key = orderedKeys[i]; in onRankingUpdated() local 2126 public void removeBubble(String key) { in removeBubble() 2201 synchronized void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId() 2221 public synchronized boolean isBubbleExpanded(String key) { in isBubbleExpanded() 2278 public boolean isBubbleExpanded(String key) { in isBubbleExpanded() 2460 void add(String key, boolean shownInShade) { in add() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStrongAuth.java | 162 int key = mStrongAuthForUser.keyAt(i); in handleAddStrongAuthTracker() local 172 int key = mIsNonStrongBiometricAllowedForUser.keyAt(i); in handleAddStrongAuthTracker() local 190 int key = mStrongAuthForUser.keyAt(i); in handleRequireStrongAuth() local 212 int key = mStrongAuthForUser.keyAt(i); in handleNoLongerRequireStrongAuth() local 356 int key = mIsNonStrongBiometricAllowedForUser.keyAt(i); in setIsNonStrongBiometricAllowed() local 637 final int key = mStrongAuthForUser.keyAt(i); in dump() local 647 final int key = mIsNonStrongBiometricAllowedForUser.keyAt(i); in dump() local
|
/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | StatsLogProcessor_test.cpp | 78 ConfigKey key(100, 12345); in TEST() local 102 ConfigKey key(100, 12345); in TEST() local 134 ConfigKey key(100, 12345); in TEST() local 176 ConfigKey key(3, 4); in TEST() local 207 ConfigKey key(3, 4); in TEST() local 234 ConfigKey key(3, 4); in TEST() local 311 [](const ConfigKey& key) { return true; }, in TEST() 313 ConfigKey key(3, 4); in TEST() local 338 ConfigKey key(3, 4); in TEST() local 460 [](const ConfigKey& key) { return true; }, in TEST() [all …]
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | PreprocessingManagerTest.java | 756 String key = "NEW_KEY"; in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local 796 String key = "NEW_KEY"; in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local 818 String key = mImportantForeground.getKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local 1021 String key = alertEntries.get(i).getKey(); in generateRankingMap() local 1063 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() 1079 private String getExplanation(String key) { in getExplanation() 1083 private NotificationChannel getChannel(String key, int index) { in getChannel() 1115 private ArrayList<String> getPeople(String key, int index) { in getPeople() 1123 private ArrayList<SnoozeCriterion> getSnoozeCriteria(String key, int index) { in getSnoozeCriteria() 1131 private ArrayList<Notification.Action> getSmartActions(String key, int index) { in getSmartActions() [all …]
|
/aosp12/frameworks/base/core/java/android/content/res/loader/ |
H A D | ResourcesLoader.java | 193 final WeakReference<Object> key = mChangeCallbacks.keyAt(i); in unregisterOnProvidersChangedCallback() local 259 final WeakReference<Object> key = mChangeCallbacks.keyAt(i); in notifyProvidersChangedLocked() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/ |
H A D | ISettingsService.aidl | 25 PreferenceParcelable getPreference(int state, String key); in getPreference() 34 void onPreferenceClick(int state, String key, boolean status); in onPreferenceClick()
|
/aosp12/system/core/libcrypto_utils/ |
H A D | android_pubkey.cpp | 55 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key) { in android_pubkey_decode() 111 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size) { in android_pubkey_encode()
|
/aosp12/system/keymaster/legacy_support/ |
H A D | ecdsa_keymaster1_operation.cpp | 81 static EVP_PKEY* GetEvpKey(const EcdsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey() 95 OperationPtr EcdsaKeymaster1OperationFactory::CreateOperation(Key&& key, in CreateOperation()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
H A D | FaceStatusPreferenceController.java | 52 public FaceStatusPreferenceController(Context context, String key) { in FaceStatusPreferenceController() 60 public FaceStatusPreferenceController(Context context, String key, Lifecycle lifecycle) { in FaceStatusPreferenceController()
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | TestableSettingsProvider.java | 112 private static String key(String table, String key, int userId) { in key()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleTileKey.java | 103 public static PeopleTileKey fromString(String key) { in fromString() 120 public static boolean isValid(PeopleTileKey key) { in isValid()
|
/aosp14/frameworks/base/core/java/android/content/res/loader/ |
H A D | ResourcesLoader.java | 193 final WeakReference<Object> key = mChangeCallbacks.keyAt(i); in unregisterOnProvidersChangedCallback() local 259 final WeakReference<Object> key = mChangeCallbacks.keyAt(i); in notifyProvidersChangedLocked() local
|
/aosp14/system/core/libcrypto_utils/ |
H A D | android_pubkey.cpp | 55 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key) { in android_pubkey_decode() 111 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size) { in android_pubkey_encode()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleTileKey.java | 103 public static PeopleTileKey fromString(String key) { in fromString() 120 public static boolean isValid(PeopleTileKey key) { in isValid()
|