Searched refs:getIntentForShortcut (Results 1 – 2 of 2) sorted by relevance
201 assertEquals("TEST", Settings.Bookmarks.getIntentForShortcut(r, '*').getAction()); in testRowNumberContentUri()207 assertEquals("TOAST", Settings.Bookmarks.getIntentForShortcut(r, '*').getAction()); in testRowNumberContentUri()211 assertEquals(null, Settings.Bookmarks.getIntentForShortcut(r, '*')); in testRowNumberContentUri()
10987 public static Intent getIntentForShortcut(ContentResolver cr, char shortcut) in getIntentForShortcut() method in Settings.Bookmarks