HomeSort by relevance Sort by last modified time
    Searched defs:init_key (Results 1 - 2 of 2) sorted by null

  /ndk/sources/android/support/src/locale/
uselocale.c 34 static void init_key(void) { function
40 pthread_once(&s_once, init_key);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 54 private static final String EXTRA_INIT_KEY = "init_key";
107 int init_key = intent.getIntExtra(EXTRA_INIT_KEY, 7); local
110 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key,
189 b.append("\n [--ei init_key] Initial key size (default 7)");

Completed in 1427 milliseconds