OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMAS_DEFAULT
(Results
1 - 4
of
4
) sorted by null
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastOtherChannelsManagerTest.java
79
assertEquals(ToneType.
CMAS_DEFAULT
, list.get(3).mToneType);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java
111
CMAS_DEFAULT
,
336
ToneType toneType = ToneType.
CMAS_DEFAULT
;
430
case
CMAS_DEFAULT
:
433
R.raw.
cmas_default
);
CellBroadcastOtherChannelsManager.java
40
* If no tones are specified, the tone type will be set to
CMAS_DEFAULT
.
65
mToneType = ToneType.
CMAS_DEFAULT
;
CellBroadcastAlertService.java
375
ToneType toneType = ToneType.
CMAS_DEFAULT
;
Completed in 84 milliseconds