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

  /device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
Upgrade.java 17 package com.example.android.platform.upgrade;
32 public class Upgrade extends BroadcastReceiver {
36 // so can do whatever cleanup after an upgrade that we want.
37 Log.i("Example", "******************* UPGRADE HERE *******************");
  /system/security/keystore/
keystore.cpp 600 upgrade(filename, keyBlob, version, type);
772 * Upgrade code. This will upgrade the key from the current version
775 void upgrade(const char* filename, Blob* blob, const uint8_t oldVersion, const BlobType type) { function in class:KeyStore
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1489 BOOLEAN upgrade; \/* TRUE, to upgrade the link key *\/ member in struct:__anon2756
1503 tBTM_SP_UPGRADE upgrade; \/* BTM_SP_UPGRADE_EVT *\/ member in union:__anon2757
    [all...]

Completed in 61 milliseconds