Searched refs:install (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppInstaller.java32 static void install(Context context) { method in class:StkAppInstaller
40 private static void setAppState(Context context, boolean install) { argument
51 int state = install ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
H A DStkAppService.java414 StkAppInstaller.install(mContext);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DMockClock.java23 public void install() { method in class:MockClock
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertFile.java125 * Invokes {@link CertInstaller} to install the certificate(s) in the file.
130 Log.d(TAG, "install cert from " + file);
146 install(fileName, name, data);
179 private void install(String fileName, String name, byte[] value) { method in class:CertFile
/packages/apps/Gallery2/
H A DAndroid.mk28 # If this is an unbundled build (to install seprately) then include
/packages/inputmethods/LatinIME/java/
H A DAndroid.mk28 # We want to install libjni_latinime.so to the system partition if LatinIME gets installed.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstallerActivity.java59 * If the package is successfully parsed, the user is notified to turn on the install unknown
81 // View for install progress
312 // set to install.
313 mOk.setText(R.string.install);
319 mOk.setText(R.string.install);
534 // Deal with install source.
653 // Start subactivity to actually install the application
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainActivity.java260 // possibly new content after install returns
262 Credentials.getInstance().install(KeyChainActivity.this);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java2168 sMockClock.install();
6902 sMockClock.install();

Completed in 278 milliseconds