/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CellBroadcastProviderTest.java | 51 private static final int CID = 123; field in CellBroadcastProviderTest 270 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CID))).isEqualTo(CID); in testInsertAndQuery() 348 cv.put(CellBroadcasts.CID, CID); in fakeCellBroadcast()
|
D | CellBroadcastDatabaseHelperTest.java | 112 + CellBroadcasts.CID + " INTEGER," in onCreate()
|
/packages/modules/Virtualization/microdroid/ |
D | README.md | 91 $ CID=10 92 $ adb forward tcp:8000 vsock:$CID:5555 96 `CID` should be the CID that `vm` reported was assigned to the VM. You can also
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastContentProviderTest.java | 56 private static final int CID = 123; field in CellBroadcastContentProviderTest 245 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CID))).isEqualTo(CID); in testInsertQuery() 325 new SmsCbLocation(PLMN, LAC, CID), SERVICE_CATEGORY, LANGUAGE_CODE, 0 , in fakeSmsCbMessage()
|
D | CellBroadcastListActivityTest.java | 19 import static android.provider.Telephony.CellBroadcasts.CID; 271 assertTrue(contains(columns, CID)); in testOnContextItemSelectedViewDetails()
|
D | CellBroadcastDatabaseHelperTest.java | 195 + Telephony.CellBroadcasts.CID + " INTEGER," in onCreate()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastDatabaseHelper.java | 84 Telephony.CellBroadcasts.CID, 114 + CellBroadcasts.CID + " INTEGER," in getStringForCellBroadcastTableCreation()
|
D | CellBroadcastCursorAdapter.java | 104 int cidColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.CID); in createFromCursor()
|
D | CellBroadcastContentProvider.java | 263 cv.put(Telephony.CellBroadcasts.CID, location.getCid()); in getContentValues()
|
D | CellBroadcastListActivity.java | 162 Telephony.CellBroadcasts.CID,
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CellBroadcastProvider.java | 104 CellBroadcasts.CID, 349 + CellBroadcasts.CID + " INTEGER," in getStringForCellBroadcastTableCreation()
|
/packages/providers/TelephonyProvider/proto/src/ |
D | carrierId.proto | 32 // CarrierId is the unique representation of a carrier in CID table.
|
/packages/modules/adb/ |
D | SERVICES.TXT | 113 vsock:<CID>:<port> -> vsock on the given CID and port
|
D | protocol.txt | 128 * "vsock:<CID>:<port>"
|