Searched refs:ACTION_TRIGGER (Results 1 – 2 of 2) sorted by relevance
55 public static final String ACTION_TRIGGER = "broadcast_action_trigger"; field in MockTestActivityUtil266 commandBuilder.append("am broadcast -a ").append(ACTION_TRIGGER).append(" -p ").append( in sendBroadcastAction()285 commandBuilder.append("am broadcast -a ").append(ACTION_TRIGGER).append(" -p ").append( in sendBroadcastAction()
185 registerReceiver(mBroadcastReceiver, new IntentFilter(MockTestActivityUtil.ACTION_TRIGGER), in onStart()