Searched refs:contentToUnbind (Results 1 – 3 of 3) sorted by relevance
67 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage() local70 mBinder.unbindContent(entry, row, contentToUnbind); in executeStage()
72 @InflationFlag int contentToUnbind); in unbindContent() argument
190 @InflationFlag int contentToUnbind) { in unbindContent() argument192 while (contentToUnbind != 0) { in unbindContent()193 if ((contentToUnbind & curFlag) != 0) { in unbindContent()196 contentToUnbind &= ~curFlag; in unbindContent()