| /development/tools/winscope/src/cross_tool/ | 
| D | messages.ts | 27   type: MessageType;  property31   type = MessageType.PING;  property in MessagePing
 35   type = MessageType.PONG;  property in MessagePong
 39   type = MessageType.BUGREPORT;  property in MessageBugReport
 45   type = MessageType.TIMESTAMP;  property in MessageTimestamp
 51   type = MessageType.FILES;  property in MessageFiles
 
 | 
| /development/tools/apkcheck/src/com/android/apkcheck/ | 
| D | FieldInfo.java | 34     public FieldInfo(String name, String type) {  in FieldInfo()54             String type = TypeUtils.ambiguousToBinaryName(mType, apiList);  in normalizeType()  local
 
 | 
| D | MethodInfo.java | 66     public void addParameter(String type) {  in addParameter()
 | 
| /development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/ | 
| D | ContentItem.java | 44     public ContentItem(int type, int resourceId) {  in ContentItem()56     public ContentItem(int type, String assetFilePath) {  in ContentItem()
 
 | 
| /development/tools/winscope/src/test/unit/ | 
| D | trace_builder.ts | 27   private type = TraceType.SURFACE_FLINGER;  property in TraceBuilder
 | 
| /development/tools/winscope/src/parsers/ | 
| D | abstract_traces_parser.ts | 40     for (const type of [TimestampType.ELAPSED, TimestampType.REAL]) {  constant
 | 
| D | parser_factory.ts | 152     public type: ParserErrorType,  property in ParserError
 | 
| /development/tools/winscope/src/viewers/common/ | 
| D | chip.ts | 20   type: string;  property in Chip
 | 
| /development/apps/Development/src/com/android/development/ | 
| D | AccountsTester.java | 210                 String type = getSelectedAuthenticator().type;  in onClick()  local391     AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) {  in newAccountsCallback()
 399         public GetAccountsCallback(String type, String[] features) {  in GetAccountsCallback()
 425     AccountManagerCallback<Bundle> newAuthTokensCallback(String type, String authTokenType,  in newAuthTokensCallback()
 435         public GetAuthTokenCallback(String type, String authTokenType, String[] features) {  in GetAuthTokenCallback()
 
 | 
| D | LogTextBox.java | 69     public void setText(CharSequence text, BufferType type) {  in setText()
 | 
| /development/tools/winscope/src/test/common/ | 
| D | file_impl.ts | 21   readonly type: string;  property in FileImpl
 | 
| /development/tools/winscope/src/viewers/ | 
| D | viewer.ts | 27     public type: ViewType,  property in View
 | 
| /development/tools/winscope/src/trace/ | 
| D | timestamp.ts | 23   private readonly type: TimestampType;  property in Timestamp
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/text/ | 
| D | LogTextBox.java | 61     public void setText(CharSequence text, BufferType type) {  in setText()
 | 
| /development/tools/mkstubs/src/com/android/mkstubs/stubber/ | 
| D | MethodStubber.java | 103     public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {  in visitFrame()174     public void visitTryCatchBlock(Label start, Label end, Label handler, String type) {  in visitTryCatchBlock()
 179     public void visitTypeInsn(int opcode, String type) {  in visitTypeInsn()
 
 | 
| /development/tools/winscope/src/viewers/viewer_transitions/ | 
| D | viewer_transitions_component_test.ts | 106   const type = TransitionType.TO_FRONT;  constant
 | 
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ | 
| D | Card.java | 273     private void addAction(String label, int id, int type) {  in addAction()422         public Builder addAction(String label, int id, int type) {  in addAction()
 614         public int type;  field in Card.CardAction
 704         public void setProgressType(int type) {  in setProgressType()
 
 | 
| /development/tools/winscope/src/app/components/ | 
| D | snack_bar_opener.ts | 52     for (const [type, groupedErrors] of groups) {  constant
 | 
| /development/tools/bugreport/src/com/android/bugreport/stacks/ | 
| D | LockSnapshot.java | 32     public int type;  field in LockSnapshot
 | 
| /development/tools/mkstubs/src/com/android/mkstubs/sourcer/ | 
| D | MethodSourcer.java | 171     public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {  in visitFrame()248     public void visitTryCatchBlock(Label start, Label end, Label handler, String type) {  in visitTryCatchBlock()
 253     public void visitTypeInsn(int opcode, String type) {  in visitTypeInsn()
 
 | 
| /development/tools/ota_analysis/src/services/ | 
| D | payload.js | 63     this.blob = new Blob([], { type: contentType })  property70     this.blob = new Blob([this.blob, array.buffer], { type: this.contentType })  property
 
 | 
| /development/cmds/monkey/src/com/android/commands/monkey/ | 
| D | MonkeyEvent.java | 45     public MonkeyEvent(int type) {  in MonkeyEvent()
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/view/ | 
| D | List7.java | 83             int type = c.getInt(COLUMN_PHONE_TYPE);  in onItemSelected()  local
 | 
| /development/tools/otagui/ | 
| D | web_server.py | 53     def _set_response(self, code=200, type='text/html'):  argument
 | 
| /development/tools/winscope/src/app/ | 
| D | trace_pipeline.ts | 148     for (const type of priorityOrder) {  constant
 |