Searched refs:InputMethodPrivilegedOperations (Results 1 – 3 of 3) sorted by relevance
44 private static WeakHashMap<IBinder, WeakReference<InputMethodPrivilegedOperations>> sRegistry;47 private static InputMethodPrivilegedOperations sNop;51 private static InputMethodPrivilegedOperations getNopOps() { in getNopOps()55 sNop = new InputMethodPrivilegedOperations(); in getNopOps()72 public static void put(IBinder token, InputMethodPrivilegedOperations ops) { in put()77 final WeakReference<InputMethodPrivilegedOperations> previousOps = in put()97 public static InputMethodPrivilegedOperations get(IBinder token) { in get()102 final WeakReference<InputMethodPrivilegedOperations> wrapperRef = sRegistry.get(token); in get()106 final InputMethodPrivilegedOperations wrapper = wrapperRef.get(); in get()
34 public final class InputMethodPrivilegedOperations { class
88 import com.android.internal.inputmethod.InputMethodPrivilegedOperations;361 private InputMethodPrivilegedOperations mPrivOps = new InputMethodPrivilegedOperations();