/development/tools/ |
D | make_key | 50 password 66 if [ "${password}" == "" ]; then 70 echo "creating ${1}.pk8 with password [${password}]" 71 export password 73 -passout env:password 74 unset password
|
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
D | BrokenKeyDerivationActivity.java | 71 private static SecretKey deriveKeyInsecurely(String password, int keySizeInBytes) { in deriveKeyInsecurely() argument 72 byte[] passwordBytes = password.getBytes(StandardCharsets.UTF_8); in deriveKeyInsecurely() 81 private SecretKey deriveKeySecurely(String password, int keySizeInBytes) { in deriveKeySecurely() argument 83 KeySpec keySpec = new PBEKeySpec(password.toCharArray(), retrieveSalt(), in deriveKeySecurely() 98 private String retrieveData(String password) { in retrieveData() argument 102 SecretKey insecureKey = deriveKeyInsecurely(password, KEY_SIZE); in retrieveData() 104 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData() 109 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData() 149 String password = "unguessable"; in onCreate() local 150 String firstResult = retrieveData(password); in onCreate() [all …]
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
D | StoreBackend.java | 48 boolean verify(Transaction transaction, String password); in verify() argument 59 boolean enroll(String userId, String password, PublicKey publicKey); in enroll() argument
|
D | StoreBackendImpl.java | 63 public boolean verify(Transaction transaction, String password) { in verify() argument 69 public boolean enroll(String userId, String password, PublicKey publicKey) { in enroll() argument
|
/development/cmds/monkey/ |
D | example_script.txt | 38 # Go down to the password field 42 # password: bill
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 103 final String password = am.getPassword(account); in getAuthToken() local 104 if (password != null) { in getAuthToken() 105 final String authToken = NetworkUtilities.authenticate(account.name, password); in getAuthToken()
|
/development/tools/repo_pull/ |
D | gerrit.py | 108 password = cookie[sep + 1:] 110 credentials[domain] = (username, password) 126 username, password = credentials[domain] 130 auth_handler.add_password(domain, domain, username, password)
|
D | README.md | 28 3. Click **Obtain password**
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | FingerprintAuthenticationDialogFragment.java | 97 mPassword = (EditText) v.findViewById(R.id.password); in onCreateView() 196 private boolean checkPassword(String password) { in checkPassword() argument 199 return password.length() > 0; in checkPassword()
|
/development/samples/SipDemo/src/com/example/android/sip/ |
D | WalkieTalkieActivity.java | 126 String password = prefs.getString("passPref", ""); in initializeLocalProfile() local 128 if (username.length() == 0 || domain.length() == 0 || password.length() == 0) { in initializeLocalProfile() 135 builder.setPassword(password); in initializeLocalProfile()
|
/development/samples/training/basic/ActivityLifecycle/ |
D | ant.properties | 16 # The password will be asked during the build when you use the 'release' target.
|
D | build.properties | 16 # The password will be asked during the build when you use the 'release' target.
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 16 5. Set Instance ID and root password, then click **Create** 22 and password chosen. 34 * GCP_DB_PASSWORD_DEV: the password created from step 7
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 104 public static String authenticate(String username, String password) { in authenticate() argument 109 params.add(new BasicNameValuePair(PARAM_PASSWORD, password)); in authenticate()
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | web_services.py | 68 self.password = self.request.get('password') 74 (self.password == BaseWebServiceHandler.ACCT_PASSWORD)):
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | FingerprintAuthenticationDialogFragment.java | 122 mPassword = (EditText) v.findViewById(R.id.password); in onCreateView()
|
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |