Searched refs:getAccountIdFromIntent (Results 1 – 4 of 4) sorted by relevance
39 assertEquals(10, IntentUtilities.getAccountIdFromIntent(i)); in testSimple()50 assertEquals(-1, IntentUtilities.getAccountIdFromIntent(i)); in testGetIdFromIntent()72 assertEquals(5, IntentUtilities.getAccountIdFromIntent(i)); in testGetIdFromIntent()79 assertEquals(expected, IntentUtilities.getAccountIdFromIntent(i)); in checkGetIdFromIntent()
90 public static long getAccountIdFromIntent(Intent intent) { in getAccountIdFromIntent() method in IntentUtilities
189 mAccountId = IntentUtilities.getAccountIdFromIntent(intent); in onCreate()
153 mRequestedAccountId = IntentUtilities.getAccountIdFromIntent(i); in onCreate()