Home
last modified time | relevance | path

Searched refs:key8 (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/ndk/
H A DNdkMediaDataSource.cpp202 String8 key8(key_values[i * 2]); in AMediaDataSource_newUri() local
204 headers.add(key8, value8); in AMediaDataSource_newUri()
H A DNdkMediaExtractor.cpp104 String8 key8(keys[i]); in AMediaExtractor_setDataSourceWithHeaders() local
106 headers.add(key8, value8); in AMediaExtractor_setDataSourceWithHeaders()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DPinPadView.java50 R.id.key4, R.id.key5, R.id.key6, R.id.key7, R.id.key8, R.id.key9};
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1462 PeopleTileKey key8 = SharedPreferencesHelper.getPeopleTileKey(sp8); in testRemapWidgetFiles() local
1463 assertThat(key8.getShortcutId()).isNull(); in testRemapWidgetFiles()
1464 assertThat(key8.getPackageName()).isNull(); in testRemapWidgetFiles()
1520 PeopleTileKey key8 = new PeopleTileKey(SHORTCUT_ID, 0, TEST_PACKAGE_A); in testRemapSharedFile() local
1521 assertThat(sp.getStringSet(key8.toString(), new HashSet<>())).containsExactly( in testRemapSharedFile()
1531 PeopleTileKey key8 = new PeopleTileKey(SHORTCUT_ID, 0, TEST_PACKAGE_A); in testRemapFollowupFile() local
1539 followUpEditor.putStringSet(key8.toString(), set8); in testRemapFollowupFile()
1545 assertThat(followUp.getStringSet(key8.toString(), new HashSet<>())).containsExactly( in testRemapFollowupFile()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java159 mButtons[8] = findViewById(R.id.key8); in onFinishInflate()
H A DKeyguardPINView.java152 findViewById(R.id.key7), findViewById(R.id.key8), in onFinishInflate()