Esempio n. 1
0
 public String[] saw(String prefix, int uid) {
   try {
     return mBinder.saw(prefix, uid);
   } catch (RemoteException e) {
     Log.w(TAG, "Cannot connect to keystore", e);
     return null;
   }
 }