Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/
DNdkMediaDataSource.cpp202 String8 key8(key_values[i * 2]); in AMediaDataSource_newUri() local
204 headers.add(key8, value8); in AMediaDataSource_newUri()
DNdkMediaExtractor.cpp104 String8 key8(keys[i]); in AMediaExtractor_setDataSourceWithHeaders() local
106 headers.add(key8, value8); in AMediaExtractor_setDataSourceWithHeaders()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1457 PeopleTileKey key8 = SharedPreferencesHelper.getPeopleTileKey(sp8); in testRemapWidgetFiles() local
1458 assertThat(key8.getShortcutId()).isNull(); in testRemapWidgetFiles()
1459 assertThat(key8.getPackageName()).isNull(); in testRemapWidgetFiles()
1515 PeopleTileKey key8 = new PeopleTileKey(SHORTCUT_ID, 0, TEST_PACKAGE_A); in testRemapSharedFile() local
1516 assertThat(sp.getStringSet(key8.toString(), new HashSet<>())).containsExactly( in testRemapSharedFile()
1526 PeopleTileKey key8 = new PeopleTileKey(SHORTCUT_ID, 0, TEST_PACKAGE_A); in testRemapFollowupFile() local
1534 followUpEditor.putStringSet(key8.toString(), set8); in testRemapFollowupFile()
1540 assertThat(followUp.getStringSet(key8.toString(), new HashSet<>())).containsExactly( in testRemapFollowupFile()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputView.java172 mButtons[8] = findViewById(R.id.key8); in onFinishInflate()
DKeyguardPINView.java161 findViewById(R.id.key7), findViewById(R.id.key8), in onFinishInflate()