/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | SliceBroadcastRelayHandlerTest.java | 101 ArgumentCaptor<BroadcastReceiver> relay = ArgumentCaptor.forClass(BroadcastReceiver.class); in testUnregister() local 102 verify(mSpyContext).registerReceiver(relay.capture(), eq(value)); in testUnregister() 107 verify(mSpyContext).unregisterReceiver(eq(relay.getValue())); in testUnregister() 140 ArgumentCaptor<BroadcastReceiver> relay = ArgumentCaptor.forClass(BroadcastReceiver.class); in testRelay() local 141 verify(mSpyContext).registerReceiver(relay.capture(), eq(value)); in testRelay() 142 relay.getValue().onReceive(mSpyContext, new Intent(TEST_ACTION)); in testRelay()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SliceBroadcastRelayHandler.java | 75 BroadcastRelay relay = getAndRemoveRelay(uri); in handleIntent() local 76 if (relay != null) { in handleIntent() 77 relay.unregister(mContext); in handleIntent()
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | Lshal.cpp | 145 PipeRelay relay(out, err, interfaceName, instanceName); in emitDebugInfo() local 147 if (relay.initCheck() != OK) { in emitDebugInfo() 148 std::string msg = "PipeRelay::initCheck() FAILED w/ " + std::to_string(relay.initCheck()); in emitDebugInfo() 158 fdHandle->data[0] = relay.fd(); in emitDebugInfo()
|
/aosp12/system/chre/chpp/ |
H A D | README.md | 198 …single command. To allow multiple outstanding requests, the service shall relay back the Transacti…
|
/aosp12/hardware/interfaces/radio/1.6/ |
H A D | IRadio.hal | 174 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 345 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |