Searched refs:rootIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java165 public void onTaskRemoved(Intent rootIntent) { argument
166 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
/frameworks/base/core/java/android/app/
H A DService.java543 * @param rootIntent The original root Intent that was used to launch
546 public void onTaskRemoved(Intent rootIntent) { argument

Completed in 1729 milliseconds