HomeSort by relevance Sort by last modified time
    Searched full:someotherintent (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationManagerTest.java 178 Intent someOtherIntent = new Intent("some_other_action");
180 Robolectric.getShadowApplication().getApplicationContext(), 0, someOtherIntent,
215 Intent someOtherIntent = new Intent("some_other_action");
217 0, someOtherIntent, PendingIntent.FLAG_UPDATE_CURRENT);

Completed in 388 milliseconds