Searched defs:intentAction (Results 1 – 2 of 2) sorted by relevance
44 String intentAction = intent.getAction(); in onHandleIntent() local
91 String intentAction = getIntent() == null ? null : getIntent().getAction(); in onCreate() local