Home
last modified time | relevance | path

Searched refs:VIEW (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/startop/scripts/trace_analyzer/
H A Dqueries_find_sched_switch_unblocked.sql17 DROP VIEW IF EXISTS sched_switch_iowaits_pre;
23 CREATE VIEW sched_switch_iowaits_pre AS
45 DROP VIEW IF EXISTS sched_switch_iowaits;
47 CREATE VIEW sched_switch_iowaits AS
H A Dqueries_get_procs.sql17 DROP VIEW IF EXISTS start_procs;
19 CREATE VIEW IF NOT EXISTS start_procs AS
H A Dqueries_get_comm_and_pids.sql17 DROP VIEW IF EXISTS sched_switch_next_comm_pids;
19 CREATE VIEW IF NOT EXISTS sched_switch_next_comm_pids AS
H A Dqueries_app_launch_spans_with_name.sql18 DROP VIEW IF EXISTS launch_durations_named;
20 CREATE VIEW launch_durations_named AS
H A Dqueries_block_launch.sql17 DROP VIEW IF EXISTS blocked_iowait_for_app_launches;
19 CREATE VIEW blocked_iowait_for_app_launches AS
H A Dqueries_get_ui_threads.sql23 DROP VIEW IF EXISTS start_process_ui_threads;
26 CREATE VIEW IF NOT EXISTS start_process_ui_threads AS
H A Dqueries_all.sql18 CREATE VIEW IF NOT EXISTS tracing_mark_writes AS
/aosp12/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql140 CREATE VIEW view_raw_contacts AS SELECT raw_contacts._id AS _id,contact_id, aggregation_mode, raw_c…
142 CREATE VIEW view_raw_entities AS SELECT contact_id, raw_contacts.deleted AS deleted,raw_contacts.me…
144 CREATE VIEW view_data_usage_stat AS SELECT data_usage_stat.stat_id AS stat_id, data_id, raw_contact…
145 CREATE VIEW view_stream_items AS SELECT stream_items._id, contacts._id AS contact_id, contacts.look…
146 CREATE VIEW view_metadata_sync AS SELECT metadata_sync._id, raw_contact_backup_id, account_name, ac…
147 CREATE VIEW view_metadata_sync_state AS SELECT metadata_sync_state._id, account_name, account_type,…
148 CREATE VIEW view_groups AS SELECT groups._id AS _id,groups.account_id AS account_id,accounts.accoun…
156 CREATE VIEW view_v1_organizations AS SELECT data._id AS _id, raw_contact_id AS person, is_primary A…
159 CREATE VIEW view_v1_extensions AS SELECT data._id AS _id, data.raw_contact_id AS person, accounts.a…
160 CREATE VIEW view_v1_groups AS SELECT groups._id AS _id, accounts.account_name, accounts.account_typ…
[all …]
/aosp12/packages/apps/Browser2/
H A Drun_startup_time_test.sh17 "file:///data/local/tmp/file.html" -a VIEW -t "text/html"
32 -a VIEW > /dev/null
/aosp12/system/extras/ioblame/
H A Dioblame-gmail-launch.example16 FILE VIEW:
170 PID VIEW:
265 FILE VIEW:
298 PID VIEW:
H A Dioblame-gmail-run.example9 FILE VIEW:
897 PID VIEW:
1307 FILE VIEW:
1459 PID VIEW:
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Ddagger.md128 DO NOT ADD NEW VIEW INJECTION. VIEW INJECTION IS BEING ACTIVELY DEPRECATED.
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java219 VIEW(Intent.ACTION_VIEW, enumConstant
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java48 import static android.view.ViewRootImplProto.VIEW;
8128 proto.write(VIEW, Objects.toString(mView)); in dumpDebug()
/aosp12/art/test/dexdump/
H A Dcheckers.txt362 00185c: 1a03 af00 |0038: const-string v3, "android.intent.action.VIEW"…
H A Dall-dex-files.txt1003 00185c: 1a03 af00 |0038: const-string v3, "android.intent.action.VIEW"…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11065 field public static final String ACTION_DEFAULT = "android.intent.action.VIEW";
11170 field public static final String ACTION_VIEW = "android.intent.action.VIEW";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7607 field public static final java.lang.String ACTION_DEFAULT = "android.intent.action.VIEW";
7694 field public static final java.lang.String ACTION_VIEW = "android.intent.action.VIEW";