Searched refs:ACTION_REGISTER (Results 1 – 6 of 6) sorted by relevance
36 public static final String ACTION_REGISTER field in SliceBroadcastRelay58 Intent registerBroadcast = new Intent(ACTION_REGISTER); in registerReceiver()
58 Intent intent = new Intent(SliceBroadcastRelay.ACTION_REGISTER); in testRegister()80 Intent intent = new Intent(SliceBroadcastRelay.ACTION_REGISTER); in testUnregister()124 Intent intent = new Intent(SliceBroadcastRelay.ACTION_REGISTER); in testRelay()
45 IntentFilter filter = new IntentFilter(SliceBroadcastRelay.ACTION_REGISTER); in start()52 if (SliceBroadcastRelay.ACTION_REGISTER.equals(intent.getAction())) { in handleIntent()
56 static final String ACTION_REGISTER = "**"; field in CdmaMmiCode211 return mAction != null && mAction.equals(ACTION_REGISTER); in isRegister()
87 static final String ACTION_REGISTER = "**"; field in GsmMmiCode458 return ACTION_REGISTER; in getActionStringFromReqType()873 return mAction != null && mAction.equals(ACTION_REGISTER); in isRegister()1015 mAction = ACTION_REGISTER; in processCode()
89 private static final String ACTION_REGISTER = "**"; field in ImsPhoneMmiCode779 return mAction != null && mAction.equals(ACTION_REGISTER); in isRegister()1981 return ACTION_REGISTER; in getActionStringFromReqType()