Searched refs:sessionRef (Results 1 – 3 of 3) sorted by relevance
159 private void setMockPrintServiceCallbacks(StubbablePrinterDiscoverySession[] sessionRef, in setMockPrintServiceCallbacks() argument163 synchronized (sessionRef) { in setMockPrintServiceCallbacks()164 sessionRef[0] = ((PrinterDiscoverySessionCallbacks) inv2.getMock()) in setMockPrintServiceCallbacks()167 addPrinter(sessionRef[0], "1st printer", mediaSize); in setMockPrintServiceCallbacks()169 sessionRef.notifyAll(); in setMockPrintServiceCallbacks()188 synchronized (sessionRef) { in setMockPrintServiceCallbacks()189 sessionRef[0] = null; in setMockPrintServiceCallbacks()190 sessionRef.notifyAll(); in setMockPrintServiceCallbacks()
997 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()998 final Session session = sessionRef.get(); in handleMessage()1005 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1006 final Session session = sessionRef.get(); in handleMessage()1013 for (WeakReference<Session> sessionRef : mActiveSessions) { in handleMessage()1014 final Session session = sessionRef.get(); in handleMessage()1022 final Session session = sessionRef.get(); in handleMessage()1031 final Session session = sessionRef.get(); in handleMessage()1039 final Session session = sessionRef.get(); in handleMessage()1048 final Session session = sessionRef.get(); in handleMessage()[all …]
399 WeakReference<Session> sessionRef = new WeakReference<>( in testStaleSessionCleanupTimer() local411 assertNull(sessionRef.get()); in testStaleSessionCleanupTimer()