OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CellBroadcastOptOutActivity
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastOptOutActivity.java
29
public class
CellBroadcastOptOutActivity
extends Activity {
30
private static final String TAG = "
CellBroadcastOptOutActivity
";
41
* in restricted keyguard mode, in which case we create a new
CellBroadcastOptOutActivity
CellBroadcastAlertFullScreen.java
467
Intent intent = new Intent(this,
CellBroadcastOptOutActivity
.class);
471
CellBroadcastOptOutActivity
.showOptOutDialog(this);
Completed in 950 milliseconds