Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DDisplayAreaComponent.java80 Message msg1 = Message.obtain(null, MSG_SYSUI_STARTED);
81 msg1.replyTo = mMessenger;
82 mService.send(msg1);
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DStructTest.java616 final HeaderMsgWithConstructor msg1 = doParsingMessageTest(HDR_EMPTY, in testConsecutiveWrites() local
626 msg1.writeToByteBuffer(output); in testConsecutiveWrites()
638 final HeaderMsgWithConstructor msg1 = doParsingMessageTest(HDR_EMPTY, in testClassesParsedFromCache() local
640 verifyHeaderParsing(msg1); in testClassesParsedFromCache()
888 final FullTypeMessage msg1 = new FullTypeMessage((short) 0xff, (int) 0xffff, in testStructClass_equals() local
894 assertTrue(msg.equals(msg1)); in testStructClass_equals()
945 final FullTypeMessageWithDupType msg1 = doParsingMessageTest(FULL_TYPE_DATA, in testStructClass_notEqualWithDifferentClass() local
948 assertFalse(msg.equals(msg1)); in testStructClass_notEqualWithDifferentClass()
957 final FullTypeMessage msg1 = doParsingMessageTest(FULL_TYPE_DATA_DIFF_MAC, in testStructClass_notEqualWithDifferentValue() local
959 assertNotEquals(msg.eui48, msg1.eui48); in testStructClass_notEqualWithDifferentValue()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/
DVirtualDisplayFragment.java399 String msg1 = "Maximizing display. To minimize, run:"; in maximizeScreen() local
405 ToastUtils.logAndToastMessage(context, msg1); in maximizeScreen()
419 String msg1; in cmdMinimizeOrMaximizeScreen() local
421 msg1 = "Maximizing display. To minimize, run:"; in cmdMinimizeOrMaximizeScreen()
423 msg1 = "Minimizing display. To maximize, run:"; in cmdMinimizeOrMaximizeScreen()
430 printMessage(writer, msg1); in cmdMinimizeOrMaximizeScreen()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java368 SmsCbMessage msg1 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testEmptyPlmnDuplicateDetection() local
372 assertTrue(mCellBroadcastHandler.isDuplicate(msg1)); in testEmptyPlmnDuplicateDetection()
413 SmsCbMessage msg1 = new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in testCrossSimDuplicateDetection() local
417 assertTrue(mCellBroadcastHandler.isDuplicate(msg1)); in testCrossSimDuplicateDetection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java458 Message msg1 = Message.obtain(mHandler);
459 msg1.what = MSG_INCOMING_CONNECTION_RETRY;
460 mHandler.sendMessageDelayed(msg1, 1000);
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc1258 std::string msg1 = "SIRKenc"; in sdf() local
1259 std::reverse(msg1.begin(), msg1.end()); in sdf()
1261 Octet16 s1 = crypto_toolbox::aes_cmac(zero_key, (uint8_t*)(msg1.c_str()), in sdf()
1262 msg1.size()); in sdf()