Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 160) sorted by relevance

1234567

/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java93 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected()
95 Log.w(TAG, "No such provider: AndroidKeyStore"); in onOptionsItemSelected()
97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); in onOptionsItemSelected()
104 Log.w(TAG, "KeyStore not Initialized", e); in onOptionsItemSelected()
106 Log.w(TAG, "KeyPair not recovered", e); in onOptionsItemSelected()
108 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected()
110 Log.w(TAG, "Invalid Key", e); in onOptionsItemSelected()
112 Log.w(TAG, "Invalid Signature", e); in onOptionsItemSelected()
114 Log.w(TAG, "IO Exception", e); in onOptionsItemSelected()
116 Log.w(TAG, "Error occurred while loading certificates", e); in onOptionsItemSelected()
[all …]
/developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java93 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected()
95 Log.w(TAG, "No such provider: AndroidKeyStore"); in onOptionsItemSelected()
97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); in onOptionsItemSelected()
104 Log.w(TAG, "KeyStore not Initialized", e); in onOptionsItemSelected()
106 Log.w(TAG, "KeyPair not recovered", e); in onOptionsItemSelected()
108 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected()
110 Log.w(TAG, "Invalid Key", e); in onOptionsItemSelected()
112 Log.w(TAG, "Invalid Signature", e); in onOptionsItemSelected()
114 Log.w(TAG, "IO Exception", e); in onOptionsItemSelected()
116 Log.w(TAG, "Error occurred while loading certificates", e); in onOptionsItemSelected()
[all …]
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/samples/android/common/src/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/example/android/common/logger/
DLog.java159 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
169 public static void w(String tag, String msg) { in w() method in Log
170 w(tag, msg, null); in w()
180 public static void w(String tag, Throwable tr) { in w() method in Log
181 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/JumpingJack/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/example/android/common/logger/
DLog.java159 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
169 public static void w(String tag, String msg) { in w() method in Log
170 w(tag, msg, null); in w()
180 public static void w(String tag, Throwable tr) { in w() method in Log
181 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()
/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/common/logger/
DLog.java157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log
167 public static void w(String tag, String msg) { in w() method in Log
168 w(tag, msg, null); in w()
178 public static void w(String tag, Throwable tr) { in w() method in Log
179 w(tag, null, tr); in w()

1234567