Searched refs:intentAction (Results 1 – 3 of 3) sorted by relevance
74 String intentAction;76 intentAction = ACTION_GATT_CONNECTED;78 broadcastUpdate(intentAction);85 intentAction = ACTION_GATT_DISCONNECTED;88 broadcastUpdate(intentAction);
128 String intentAction = intent.getAction(); in checkGlobalSearchIntent() local130 if (globalSearch.equalsIgnoreCase(intentAction)) { in checkGlobalSearchIntent()132 Log.d(TAG, "action: " + intentAction + " intentData:" + intentData); in checkGlobalSearchIntent()