Searched refs:lastCallerInfo (Results 1 – 2 of 2) sorted by relevance
63 LastCallerInfoManager.LastCallerInfo lastCallerInfo = in testGet() local65 assertEquals("Package", lastCallerInfo.getPackageName()); in testGet()66 assertTrue(lastCallerInfo.getToggleState()); in testGet()
7227 LastCallerInfoManager.LastCallerInfo lastCallerInfo =7230 if (lastCallerInfo == null) {7234 listener.onResult(lastCallerInfo.getPackageName(), lastCallerInfo.getToggleState());