Home
last modified time | relevance | path

Searched refs:forProfile (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java245 protected void onBeginTransactionInternal(boolean forProfile) {
246 super.onBeginTransactionInternal(forProfile);
247 if (forProfile) {
255 protected void onCommitTransactionInternal(boolean forProfile) {
256 super.onCommitTransactionInternal(forProfile);
257 if (forProfile) {
265 protected void onRollbackTransactionInternal(boolean forProfile) {
266 super.onRollbackTransactionInternal(forProfile);
267 if (forProfile) {
/packages/apps/Settings/src/com/android/settings/
DManagedLockPasswordProvider.java61 int getResIdForLockUnlockScreen(boolean forProfile) { in getResIdForLockUnlockScreen() argument
62 return forProfile ? R.xml.security_settings_password_profile in getResIdForLockUnlockScreen()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java49 public TransactionContext(boolean forProfile) { in TransactionContext() argument
50 mForProfile = forProfile; in TransactionContext()
DContactsProvider2.java2392 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() argument
2394 Log.i(TAG, "onBeginTransaction: " + (forProfile ? "profile" : "contacts"), in onBeginTransactionInternal()
2397 if (forProfile) { in onBeginTransactionInternal()
2413 protected void onCommitTransactionInternal(boolean forProfile) { in onCommitTransactionInternal() argument
2415 Log.i(TAG, "onCommitTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onCommitTransactionInternal()
2418 if (forProfile) { in onCommitTransactionInternal()
2448 protected void onRollbackTransactionInternal(boolean forProfile) { in onRollbackTransactionInternal() argument
2450 Log.i(TAG, "onRollbackTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onRollbackTransactionInternal()
2453 if (forProfile) { in onRollbackTransactionInternal()