Searched refs:context (Results 1 - 25 of 1937) sorted by relevance

1234567891011>>

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DTransactionContextTest.java33 TransactionContext context = new TransactionContext(false);
34 context.markRawContactDirtyAndChanged(1L, false);
35 context.rawContactUpdated(1L);
36 context.rawContactInserted(1L, 1L);
37 context.syncStateUpdated(1L, new Object());
39 context.clearExceptSearchIndexUpdates();
41 Set<Long> newDirty = context.getDirtyRawContactIds();
42 Set<Long> newChanged = context.getChangedRawContactIds();
43 Set<Long> newInserted = context.getInsertedRawContactIds();
44 Set<Long> newUpdated = context
[all...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemView.java27 public CallLogListItemView(Context context) { argument
28 super(context);
31 public CallLogListItemView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
35 public CallLogListItemView(Context context, AttributeSet attrs, int defStyle) { argument
36 super(context, attrs, defStyle);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedListView.java25 public AnimatedListView(Context context) { argument
26 this(context, null);
29 public AnimatedListView(Context context, AttributeSet attrs) { argument
30 this(context, attrs, 0);
33 public AnimatedListView(Context context, AttributeSet attrs, int defStyle) { argument
34 super(context, attrs, defStyle);
H A DEmptyConversationListView.java10 public EmptyConversationListView(Context context) { argument
11 this(context, null);
14 public EmptyConversationListView(Context context, AttributeSet attrs) { argument
15 super(context, attrs);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DFallbackAccountType.java29 private FallbackAccountType(Context context, String resPackageName) { argument
40 addDataKindStructuredName(context);
41 addDataKindDisplayName(context);
42 addDataKindPhoneticName(context);
43 addDataKindNickname(context);
44 addDataKindPhone(context);
45 addDataKindEmail(context);
46 addDataKindStructuredPostal(context);
47 addDataKindIm(context);
48 addDataKindOrganization(context);
60 FallbackAccountType(Context context) argument
70 createWithPackageNameForTest(Context context, String resPackageName) argument
[all...]
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkThumbnailWidgetProvider.java39 public void onReceive(Context context, Intent intent) { argument
44 AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
45 performUpdate(context, appWidgetManager,
46 appWidgetManager.getAppWidgetIds(getComponentName(context)));
48 super.onReceive(context, intent);
53 public void onUpdate(Context context, AppWidgetManager mngr, int[] ids) { argument
54 performUpdate(context, mngr, ids);
58 public void onDeleted(Context context, int[] appWidgetIds) { argument
59 super.onDeleted(context, appWidgetIds);
61 BookmarkThumbnailWidgetService.deleteWidgetState(context, widgetI
67 onDisabled(Context context) argument
75 removeOrphanedFiles(Context context) argument
81 performUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) argument
108 getComponentName(Context context) argument
112 refreshWidgets(Context context) argument
[all...]
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorViewPager.java24 public CalculatorViewPager(Context context) { argument
25 super(context);
28 public CalculatorViewPager(Context context, AttributeSet attrs) { argument
29 super(context, attrs);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPager.java26 public ConversationPager(Context context) { argument
27 this(context, null);
30 public ConversationPager(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHolographicImageView.java28 public HolographicImageView(Context context) { argument
29 this(context, null);
32 public HolographicImageView(Context context, AttributeSet attrs) { argument
33 this(context, attrs, 0);
36 public HolographicImageView(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
39 mHolographicHelper = new HolographicViewHelper(context);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DPersonalizationDictionarySessionRegister.java23 public static void init(Context context) { argument
26 public static void onConfigurationChanged(final Context context, final Configuration conf) { argument
29 public static void onUpdateData(Context context, String type) { argument
32 public static void onRemoveData(Context context, String type) { argument
35 public static void onDestroy(Context context) { argument
/packages/apps/Browser/src/com/android/browser/view/
H A DCustomScreenLinearLayout.java27 public CustomScreenLinearLayout(Context context) { argument
28 super(context);
32 public CustomScreenLinearLayout(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
37 public CustomScreenLinearLayout(Context context, AttributeSet attrs, argument
39 super(context, attrs, defStyle);
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DLinearLayoutWithMaxWidth.java26 public LinearLayoutWithMaxWidth(Context context) { argument
27 super(context);
30 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
34 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs, int defStyle) { argument
35 super(context, attrs, defStyle);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFullHeightLinearLayout.java31 public FullHeightLinearLayout(Context context) { argument
32 super(context);
35 public FullHeightLinearLayout(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
39 public FullHeightLinearLayout(Context context, AttributeSet attrs, int defStyle) { argument
40 super(context, attrs, defStyle);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DIngestGridView.java35 public IngestGridView(Context context) { argument
36 super(context);
39 public IngestGridView(Context context, AttributeSet attrs) { argument
40 super(context, attrs);
43 public IngestGridView(Context context, AttributeSet attrs, int defStyle) { argument
44 super(context, attrs, defStyle);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DScrimView.java29 public ScrimView(Context context) { argument
30 this(context, null, 0);
33 public ScrimView(Context context, AttributeSet attrs) { argument
34 this(context, attrs, 0);
37 public ScrimView(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
H A DWallpaperRootView.java26 public WallpaperRootView(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
28 a = (WallpaperPickerActivity) context;
30 public WallpaperRootView(Context context, AttributeSet attrs, int defStyle) { argument
31 super(context, attrs, defStyle);
32 a = (WallpaperPickerActivity) context;
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DEditorRelativeLayout.java36 public EditorRelativeLayout(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
42 public EditorRelativeLayout(Context context, AttributeSet attrs) { argument
43 this(context, attrs, 0);
46 public EditorRelativeLayout(Context context) { argument
47 this(context, null, 0);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DPrivilegedCellBroadcastReceiver.java29 public void onReceive(Context context, Intent intent) { argument
32 onReceiveWithPrivilege(context, intent, true);
/packages/apps/Dialer/src/com/android/dialerbind/
H A DDatabaseHelperManager.java25 public static DialerDatabaseHelper getDatabaseHelper(Context context) { argument
26 return DialerDatabaseHelper.getInstance(context);
/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DMailboxAlarmReceiver.java32 public void onReceive(Context context, Intent intent) { argument
36 context.startService(new Intent(context, SyncManager.class));
38 SyncManager.alert(context, mailboxId);
/packages/apps/Camera/src/com/android/camera/
H A DCameraBackupAgent.java27 Context context = getApplicationContext();
28 String prefNames[] = ComboPreferences.getSharedPreferencesNames(context);
30 addHelper(CAMERA_BACKUP_KEY, new SharedPreferencesBackupHelper(context, prefNames));
/packages/apps/Camera2/src/com/android/camera/
H A DCameraBackupAgent.java27 Context context = getApplicationContext();
28 String prefNames[] = ComboPreferences.getSharedPreferencesNames(context);
30 addHelper(CAMERA_BACKUP_KEY, new SharedPreferencesBackupHelper(context, prefNames));
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainBroadcastReceiver.java10 public void onReceive(final Context context, final Intent intent) { argument
11 intent.setClass(context, KeyChainService.class);
12 context.startService(intent);
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DBasePreferenceMigrator.java32 final Context context, final int oldVersion, final int newVersion) {
35 migrate(context, oldVersion, newVersion);
48 protected abstract void migrate(final Context context, int oldVersion, int newVersion); argument
31 performMigration( final Context context, final int oldVersion, final int newVersion) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DEventHandler.java38 * @param context the context of the application.
42 public void onReceive(final Context context, final Intent intent) { argument
43 intent.setClass(context, DictionaryService.class);
44 context.startService(intent);

Completed in 2003 milliseconds

1234567891011>>