Searched defs:cancelButton (Results 1 – 6 of 6) sorted by relevance
85 Button cancelButton = mDialogView.requireViewById(R.id.cancel_button); in onCreate() local
82 Button cancelButton = findViewById(R.id.bottom_sheet_negative_button); in initUI() local
84 Button cancelButton = findViewById(R.id.bottom_sheet_negative_button); in initUI() local
580 UiObject cancelButton = mUiBot.getObject(mContext.getString( in cancelFromNotification() local984 final UiObject cancelButton; field in BugreportReceiverTest.DetailsUi
118 val cancelButton = view.requireViewById<Button>(R.id.button_cancel) regex
379 Button cancelButton = (Button) findViewById(com.android.internal.R.id.button1); in updateButtonText() local