Searched refs:removePin (Results 1 – 3 of 3) sorted by relevance
104 assertFalse(mCompatPinnedList.removePin(Uri.parse("content://something/something"), in testRemovePin()106 assertTrue(mCompatPinnedList.removePin(Uri.parse("content://something/something"), in testRemovePin()
162 public synchronized boolean removePin(Uri uri, String pkg) { in removePin() method in CompatPinnedList
170 if (mPinnedList.removePin(uri, pkg)) { in call()